@charset "utf-8";

body {
    font-family: "微软雅黑", "宋体", serif;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

/* 头条 */
.tt_box {
    background: #3a8ce0;
    width: 1200px;
    margin: 20px auto 0px;
}

.tt_box p {
    position: relative;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt_box p a {
    display: inline-block;
    margin: 10px;
    font-size: 18px;
    color: #fff;
}

.tt_box h1 a {
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 36px;
    padding: 10px;
}

/*首页轮播*/
.row.mt35 {
    display: none;
}

#banner {
    position: relative;
    width: 589px;
    height: 395px;
    overflow: hidden;
    border-radius: 4px;
}

#banner_list img {
    border: 0px;
    width: 589px;
    height: 395px;
    border-radius: 4px;
}

#banner_bg {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
    cursor: pointer;
    width: 100%;
    height: 50px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

#banner_info {
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
    width: 470px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

#banner_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

#banner ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 16px;
    right: 15px;
}

#banner ul li {
    float: left;
    display: block;
    color: #FFF;
    background: #FFFFFF;
    cursor: pointer;
    margin-left: 7px;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#banner ul li.on {
    width: 20px;
    height: 10px;
    background: #1C69C6;
    border-radius: 5px;
}

#banner ul li:hover {
    background: #1C69C6;
}

#banner_list a {
    position: absolute;
}

.title_line {
    width: 3px !important;
    height: 19px !important;
    background: #2d5091 !important;
    display: inline-block !important;
    margin: 0px 6px -3px 0px !important;
}

/* 新闻切换列表 */
.news {
    width: 1200px;
    margin: 0 auto;
    height: 408px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}

.news .right {
    width: 593px;
    height: 395px;
}

.news .right_top {
    overflow: hidden;
    width: 593px;
    height: 310px;
    padding-left: 18px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
    border-radius: 2px;
}

.news .right_top .title {
    line-height: 40px;
    margin-top: 20px;
}

li#lst2 {
    margin-left: -20px;
}

.news .right_top .title ul li {
    float: left;
    width: 25%;
}

.news .right_top .title ul li a {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #797979;
    line-height: 32px;
}

.content ul li a:hover {
    color: #1865cc;
}

.news .right_top .title ul li.hover a {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1c69c5;
}

.news .right_top .content {
    float: left;
    overflow: hidden;
    margin-top: 10px;
}

.news .right_top .content ul li {
    float: left;
    height: 40px;
    font-size: 16px;
}

.news .right_top .content ul li:last-of-type {
    border: none;
}

#con_lst_1 li,
#con_lst_2 li,
#con_lst_3 li,
#con_lst_4 li {
    width: 100%;
}

#con_lst_1 li span,
#con_lst_2 li span,
#con_lst_3 li span,
#con_lst_4 li span {
    float: right;
    font-size: 14px;
    margin-right: 20px;
}

.news .right_top .content ul li:first-child {
    margin-top: 0;
}

.news .right_top .content ul li:before {
    display: inline-block;
    margin: 0px 10px 5px 5px;
    line-height: 30px;
    border: 2px solid;
    vertical-align: middle;
    content: '';
    background: #333333;
    opacity: 0.3;
    border-radius: 50%;
}

.news .right_top .content ul li:hover {
    background: url(tabs-icon.png) 0px 5px no-repeat;
    background-size: 12px;
}

/* 政府信息公开 */
.mainbox {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.left {
    float: left;
}

.others {
    height: 400px;
    margin-top: 31px;
    display: flex;
    justify-content: space-around;
}

.globalmodule {
    width: 500px;
    height: 388px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgb(178 190 203 / 34%);
    border-radius: 10px;
}

.globalmodule_right {
    width: 670px;
    height: 388px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
    border-radius: 10px;
}

.globalmodule .title {
    text-align: center;
}

.globalmodule_right .title {
    text-align: center;
}

.globalmodule .title>span {
    width: 210px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #434343;
    line-height: 110px;
}

.globalmodule_right .title>span {
    width: 210px;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #434343;
    line-height: 110px;
}

.globalmodule .content {
    overflow: hidden;
    margin-top: -12px;
}

.globalmodule .three ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.globalmodule .three ul li {
    text-align: center;
    width: 200px;
    height: 40px;
    margin-top: 12px;
}

.globalmodule .three ul li:hover {
    width: 200px;
    color: #525252;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
    border-radius: 2px;
    border-bottom: 2px solid #207DFF;
}

.globalmodule .three ul li a {
    width: 164px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #525252;
    line-height: 40px;
}

.globalmodule_right .four ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 40px;
}

.globalmodule_right .four ul li {
    width: 20%;
    height: 130px;
    text-align: center;
}

.globalmodule_right .four ul li span {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    color: #A1B8CD;
    font-size: 16px;
}

.globalmodule_right .four ul li:first-of-type:hover .four ul img {
    content: url(xxgk_icon0.png);
}

.globalmodule_right .four ul li:nth-of-type(2):hover .four ul img {
    content: url(xxgk_icon1.png);
}

.globalmodule_right .four ul li:nth-of-type(3):hover .four ul img {
    content: url(xxgk_icon2.png);
}

.globalmodule_right .four ul li:nth-of-type(4):hover .four ul img {
    content: url(xxgk_icon3.png);
}

.globalmodule_right .four ul li:nth-of-type(5):hover .four ul img {
    content: url(xxgk_icon4.png);
}

.globalmodule_right .four ul li:nth-of-type(6):hover .four ul img {
    content: url(xxgk_icon5.png);
}

.globalmodule_right .four ul li:nth-of-type(7):hover .four ul img {
    content: url(xxgk_icon6.png);
}

.globalmodule_right .four ul li:nth-of-type(8):hover .four ul img {
    content: url(xxgk_icon7.png);
}

.globalmodule_right .four ul li:nth-of-type(9):hover .four ul img {
    content: url(xxgk_icon8.png);
}

.globalmodule_right .four ul li:hover span {
    color: #2D95E1;
}

.globalmodule_right .four ul li:hover span:after {
    content: "";
    width: 46px;
    height: 2px;
    background: #2D95E1;
    border-radius: 1px;
    display: block;
    margin: 3px auto 0;
}

/* 新闻 */
.right_lm {
    height: 65px;
    width: 100%;
}

.right_lm1 {
    float: left;
    margin: 20px 0px 0px 0px;
    width: 272px;
    height: 65px;
    box-shadow: 0px 1px 16px 0px rgb(178 190 203 / 34%);
    border-radius: 10px;
    background: url(righr_lm1.png) 55px 11px no-repeat;
}

.right_lm2 {
    float: left;
    margin: 20px 0px 0px 20px;
    width: 184px;
    height: 65px;
    box-shadow: 0px 1px 16px 0px rgb(178 190 203 / 34%);
    border-radius: 10px;
    background: url(righr_lm2.png) 24px 11px no-repeat;
}

.right_lm3 {
    float: left;
    margin: 20px 0px 0px 49px;
    width: 272px;
    height: 65px;
    box-shadow: 0px 1px 16px 0px rgb(178 190 203 / 34%);
    border-radius: 10px;
    background: url(righr_lm3.png) 55px 10px no-repeat;
}

.right_lm1 span {
    width: 85px;
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #212121;
    line-height: 65px;
    margin-left: 125px;
}

.right_lm2 span {
    width: 85px;
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #212121;
    line-height: 65px;
    margin-left: 81px;
}

.right_lm3 span {
    width: 85px;
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #212121;
    line-height: 65px;
    margin-left: 125px;
}

/* 栏目 */
.tit {
    width: 1200px;
    margin: 0 auto;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-top: 48px;
    /* line-height: 184px; */
}

.tztg h1 {
    height: 40px;
    line-height: 40px;
    background: url(2021_sy_title_bj.png) 155px center no-repeat;
    margin-top: 50px;
    font-size: 30px;
    font-weight: bold;
}

.tztg h1 span {
    float: right;
    font-size: 24px;
    color: #dadada;
    font-weight: normal;
}

/* 专题专栏轮播 */
.row7_center_list {
    width: 1200px;
    height: 180px;
    margin: 30px auto 0;
}

.row7_center_list .tab {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.row7_center_list .tab .left,
.row7_center_list .tab .right {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    float: left;
    z-index: 2;
}

.row7_center_list .tab .right {
    right: 0;
}

.row7_center_list .tab .left img,
.row7_center_list .tab .right img {
    width: 50px;
    height: 50px;
}

.row7_center_list .tab .gundong_content ul {
    width: 200%;
    height: 100%;
    display: flex;
    align-items: center;
}

.row7_center_list .tab .gundong_content ul li {
    position: relative;
    width: 277px;
    text-align: center;
    margin-right: 31px;
    height: 167px;
}

.row7_center_list .tab .gundong_content ul li a img {
    width: 100%;
    height: 100%;
}
.row7_center_list .tab .gundong_content ul li .btns {
    width:100%;
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: space-around;
}
.row7_center_list .tab .gundong_content ul li .btns a {
            height: 40px;
            font-size: 16px;
            line-height: 30px;
            background: #4b8abd;
            border-radius: 3px;
            text-align: center;
            color: #fff;
            padding: 5px 18px;
        }

      .row7_center_list .tab .gundong_content ul li   .btns .btns1 {
            width: 140px;
            font-size: 13px;
            line-height: 16px;
        }

      .row7_center_list .tab .gundong_content ul li   .btns .btns2 {
    width: 100px;
    line-height: 29px;
    font-size: 16px;
        }

     .row7_center_list .tab .gundong_content ul li  .btn a:hover {
            background: #fff !important;
            color: #015293 !important;
        }
/* 政务公开 */
.zwgk_index {
    width: 1200px;
    margin: 33px auto 0;
}

.zwgk_indexwj {
    float: left;
    width: 380px;
    height: 113px;
    background: url(zwgk_bg.png);
}

.zwgk_indexwj1 {
    float: left;
    width: 380px;
    height: 113px;
    background: url(zwgk_bg.png);
    margin-left: 29px;
}

.zwgk_indexwj span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 103px;
    margin-left: 122px;
}

.zwgk_indexwj1 span {
    font-size: 30px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 103px;
    margin-left: 122px;
}

/* 网上办事 */
.mainbox1 {
    width: 1200px;
    height: auto;
    margin: auto;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.wsbs_l {
    width: 100%;
}

.wsbs_index {
    width: 560px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
    border-radius: 10px;
    position: relative;
}

.list1,
.list2,
.list3,
.list4 {
    height: 200px;
}

.list-active {
    background: url(bsfw_bg.png);
    font-size: 20px;
    font-weight: bold;
}

.more {
    width: 40px;
    height: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more_tab,
.more_tab_1 {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #D0D3D7;
    border-radius: 5px;
}

.more_tab:hover,
.more_tab.current,
.more_tab_1:hover,
.more_tab_1.current {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #4F98FD;
    border-radius: 5px;
}

.wsbs_bg {
    width: 97px;
    height: 97px;
    box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
    border-radius: 50%;
    position: absolute;
    top: -45px;
    right: 25px;
    background: #fff url(grbs_bg.png) 27px center no-repeat;
}

.qybs_bg {
    width: 97px;
    height: 97px;
    position: absolute;
    box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
    border-radius: 50%;
    top: -45px;
    right: 25px;
    background: #fff url(qybs_bg.png) 27px center no-repeat;
}

.wsbs_index .title>span {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #434343;
    line-height: 84px;
    margin-left: 30px;
}

.wsbs_index .content {
    overflow: hidden;
}

.wsbs_index .three ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.wsbs_index .three ul li {
    text-align: center;
    width: 200px;
    height: 55px;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
}

.list1 li,
.list2 li,
.list3 li,
.list4 li {
    width: 130px;
    margin-left: 45px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #434343;
    line-height: 45px;
    opacity: 0.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
    height: 48px;
}

#con_xw_1 li:hover {
    background: url(wsbs_bg.png) no-repeat;
}

#con_xw_2 li:hover {
    background: url(wsbs_bg.png) no-repeat;
}

#con_xw_1 li:hover a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

#con_xw_2 li:hover a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

#con_xw_3 li:hover {
    background: url(wsbs_bg.png) no-repeat;
}

#con_xw_4 li:hover {
    background: url(wsbs_bg.png) no-repeat;
}

#con_xw_3 li:hover a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

#con_xw_4 li:hover a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

/* 网上办事查看更多 */
.wsbs_more {
    width: 1200px;
    margin: auto;
    height: 50px;
    font-size: 16px;
    color: #1C69C6;
    line-height: 48px;
    background: url(wsbs_more2.png) 538px center no-repeat;
    padding-left: 596px;
}

.wsbs_more:hover {
    background-image: url(wsbs_more1.png);
}

.wsbs_more a {
    color: #1C69C6;
}

/* 网络问政 */
.mainbox {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}


.others {
    height: 400px;
    margin-top: 52px;
    display: flex;
    justify-content: space-around;
}

.wlwz_left {
    width: 750px;
    height: 384px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
    border-radius: 10px;
}

.wlwz_search {
    text-align: center;
}

.wlwz_btn span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.wlwz_btn span,
.wlwz_btn img {
    display: inline-block;
    vertical-align: middle;
}

.wlwz_search .wlwz_text {
    width: 330px;
    height: 40px;
    background: #ECF4FF;
    opacity: 0.5;
    border-radius: 20px;
    border: none;
    margin: 10px 0;
    padding-left: 10px;
}

.wlwz_left .title {
    width: 180px;
    height: 60px;
    margin: 0 auto;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #434343;
    margin-top: -32px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
    border-radius: 10px;
}

.wlwz_left .title span {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.wlwz_left .title span a {
    margin-top: 10px;
    text-align: center;
    color: #333;
}

.wlwz_left .content {
    overflow: hidden;
}

.wlwz_left .three ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.wlwz_left .three ul li {
    text-align: center;
    width: 200px;
    height: 55px;
}

.wlwz_left .three ul li a {
    width: 164px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #525252;
    line-height: 23px;
}

.wlwz_r {
    width: 420px;
    height: 234px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
    border-radius: 10px;
}

.wlwz_r .title {
    width: 180px;
    /* height: 60px; */
    margin: 0 auto;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #434343;
    margin-top: -32px;
    background: #FFFFFF;
    box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
    border-radius: 10px;
}

.wlwz_r .title span {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.wlwz_r .title span a {
    text-align: center;
    color: #333;
    margin: 10px 10px;
}

.wlwz_wyxx {
    width: 700px;
    background: #ECF4FF;
    border-radius: 10px;
    margin: 10px auto;
    text-align: center;
}

.wlwz_wyxx a {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #1C69C6;
    line-height: 38px;
}

/* 信件列表 */
#information-list {
    padding: 0 25px;
}

#information-list li {
    height: 53px;
    background: #F9FCFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    /* opacity: 0.3; */
}

#information-list li a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #434343;
    line-height: 50px;
}

#information-list .down .dot {
    width: 10px;
    height: 10px;
    background: #00CE64;
    border-radius: 5px;
}

#information-list .down {
    font-size: 16px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 信件查询 */
input#b {
    width: 330px;
    height: 50px;
    background: #ECF4FF;
    opacity: 0.5;
    border-radius: 20px;
    border: none;
    margin-top: 10px;
    margin-left: 26px;
}

button.wlwz_btn {
    width: 330px;
    height: 50px;
    background: linear-gradient(90deg, #029EFF, #147CFF);
    border-radius: 25px;
    border: none;
    margin-top: 10px;
    margin-left: 26px;
}

.right_wlwz {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 56px;
}

.right_wlwz1 {
    width: 120px;
    height: 120px;
    background: url(jbts.png) center 15px #FFFFFF no-repeat;
    box-shadow: 0px 1px 16px 0px rgb(178 190 203 / 34%);
    border-radius: 10px;
}

.right_wlwz1 span {
    width: 95px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #212121;
    line-height: 180px;
    margin-left: 22px;
}

.right_wlwz2 {
    width: 120px;
    height: 120px;
    background: url(zjdc.png) center 18px #FFFFFF no-repeat;
    box-shadow: 0px 1px 16px 0px rgb(178 190 203 / 34%);
    border-radius: 10px;
}

.right_wlwz2 span {
    width: 95px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #212121;
    line-height: 180px;
    margin-left: 22px;
}

.right_wlwz3 {
    width: 120px;
    height: 120px;
    background: url(hdft.png) center 20px #FFFFFF no-repeat;
    box-shadow: 0px 1px 16px 0px rgb(178 190 203 / 34%);
    border-radius: 10px;
}

.right_wlwz3 span {
    width: 95px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #212121;
    line-height: 180px;
    margin-left: 22px;
}

/* 走进礼泉 */
.zjlq_index {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}

.zjlq_indexbg li {
    position: relative;
}

.zjlq_img1,
.zjlq_img6 {
    width: 600px;
    height: 300px;
}

.zjlq_img2,
.zjlq_img3,
.zjlq_img4,
.zjlq_img5 {
    width: 300px;
    height: 300px;
}

.zjlq_indexbg li>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
}

.zjlq_indexbg li .col {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    background: #020911;
    opacity: 0.6;
    padding: 40px;
    display: none;
}

.zjlq_indexbg li:hover .col {
    display: block;
}

.zjlq_indexbg div a {
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 50px;
}

.col h1>a {
    font-size: 24px !important;
}

.col p {
    display: block;
    padding: 20px;
    color: #fff;
    text-indent: 2em;
    font-size: 16px;
    line-height: 25px;
}

.col img {
    width: 21px;
    height: 8px;
}

.zjlq_indexbg .col h1 {
    letter-spacing: 10px;
}

.zjlq_img2 .col {
    text-align: center;
}

.zjlq_img3 .col,
.zjlq_img4 .col {
    padding: 30px;
    text-align: center;
}

.zjlq_img3 .col div,
.zjlq_img4 .col div {
    margin-top: 60px;
}

.zjlq_img4 .col a {
    letter-spacing: 10px;
    font-weight: bold;
    font-size: 24px;
}

.zjlq_img5 .col {
    padding: 20px;
    text-align: center;
}

.zjlq_img6 .col {
    padding: 45px;
}

.zjlq_img6 .col div {
    width: 300px;
    /* float: left; */
}

@media (max-width: 480px) {
    #window {
        display: none;
    }

    .news,
    .news .left,
    .news .right,
    #banner_info,
    #banner_list,
    #banner_list img,
    .news .right_top,
    .row7_center_list,
    .wlwz_r,
    .xchf img,
    .zwgk_index {
        width: 100% !important;
    }

    .news {
        display: none;
    }

    .row.mt35 {
        display: block;
    }

    .news .right_top {
        display: none;
    }

    .zwgk_index {

        position: relative;

        min-height: 1px;

        padding-right: 15px;

        padding-left: 15px;

        float: left;
    }

    .row7_center_list {
        height: 100px;
        padding: 0 10px;
    }

    .news .left {
        display: none;
    }

    #con_lst_1 li span,
    #con_lst_2 li span,
    #con_lst_3 li span,
    #con_lst_4 li span {
        display: none;
    }

    .news .right {
        height: auto;
    }

    .news .right_top .title ul li a,
    .news .right_top .title ul li.hover a {
        font-size: 18px;
    }

    .right_lm {
        height: auto;
        padding: 0 12px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        float: left;
    }

    .right_lm1,
    .right_lm2,
    .right_lm3 {
        float: none;
        width: 49%;
        margin: 20px 0 0;
    }

    .right_lm3 {
        margin-left: 0;
    }

    .tit {
        display: inline-block;
        margin: 0px;
        padding: 0px 15px;
        width: 100%;
    }

    .tztg {
        width: 100%;
    }

    .tztg h1 {
        font-size: 25px;
        font-weight: bold;
        background: url(2021_sy_title_bj.png) 105px center no-repeat;
    }

    .zwgk_indexwj1 span,
    .zwgk_indexwj span {
        font-size: 20px;
        margin: 0px;
    }

    .tztg h1 span {
        display: none;
    }

    .row7_center_list .tab .gundong_content ul {
        width: 10000%;
    }

    .row7_center_list .tab .left,
    .row7_center_list .tab .right {
        display: none;
    }

    .row7_center_list .tab img {
        width: 100%;
    }

    .row7_center_list .tab .gundong_content ul li {
        width: 280px;
        height: 120px;
        margin: 0 0 0 60px;
    }

    .wsbs_index.left {
        width: 100%;
        margin: 10px 0px;
    }

    .zwgk_indexwj {
        width: 31%;
        text-align: center;
        height: auto;
        border-radius: 10px;
    }

    .zwgk_indexwj1 {
        width: 31%;
        margin-left: 10px;
        box-sizing: border-box;
        text-align: center;
        height: auto;
        border-radius: 10px;
    }

    .globalmodule {
        width: 100%;
    }

    .globalmodule_right {
        width: 100%;
        margin: 15px 0;
    }

    .wsbs_more {
        display: none;
    }

    .mainbox {
        width: 100%;
        height: auto;
    }

    .others {
        width: 100%;
        height: auto;
        display: block;
        padding: 0 15px;
    }

    .globalmodule .title>span {
        width: 100%;
        font-size: 20px;
    }

    .globalmodule_right .title>span {
        width: 100%;
        font-size: 20px;
    }

    .globalmodule_right .four ul {
        padding: 0px
    }

    .globalmodule_right .four ul li {
        width: 33.3333%;
        height: auto;
        padding: 9px;
    }

    .globalmodule .three ul li a {
        width: 100%;
        font-size: 15px;
        line-height: 10px;
    }

    .wlwz_left {
        width: 100%;
        height: auto;
        padding-top: 32px;
        margin-bottom: 60px;
    }

    .wlwz_left .title {
        margin: -70px 23% 0;
        display: block;
        position: absolute;
        font-size: 24px;
    }

    .wlwz_r {
        height: auto;
        background: none;
        box-shadow: none;
        border-radius: 0;
    }

    .wlwz_r .right_wlwz {
        margin: 30px 0;
        width: auto;
    }

    .wlwz_r .right_wlwz>div {
        width: 30%;
    }

    .right_wlwz>div a span {
        width: 100%;
        margin: 0;
        text-align: center;
        display: inline-block;
        font-size: 16px;
    }

    .wlwz_r .title {
        position: absolute;
        margin: -30px 22% 0;
    }

    .wlwz_r .title span a {
        margin: 10px 0;
        font-size: 24px;
    }

    .wlwz_content {
        background: #FFFFFF;
        box-shadow: 0px 1px 16px 0px rgba(178, 190, 203, 0.34);
        border-radius: 10px;
        padding: 40px 0;
    }

    button.wlwz_btn {
        margin: 10px auto 0;
    }

    .wlwz_btn span {
        font-size: 18px;
    }

    .mainbox1 {
        width: 100%;
    }

    .list1 li,
    .list2 li,
    .list3 li,
    .list4 li {
        width: 33.33333%;
        font-size: 16px;
        margin: 0;
    }

    .wlwz_wyxx {
        width: 97%;
        position: relative;
        margin: 0 auto;
    }

    #information-list {
        padding: 0 5px;
    }

    #information-list li {
        width: 100%;
    }

    #information-list li span {
        width: 75%;
        display: block;
    }

    #information-list li a {
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        font-size: 16px;
    }

    #information-list .down {
        /* display: none; */
        width: 25%;
    }

    .right_window {
        display: none;
    }

    .globalmodule .three ul li {
        width: 50%;
    }

    .xchf {
        padding: 0 15px;
    }

    .xchf img {
        height: 80px !important;
    }

    #con_lst_1 li {
        display: flex;
        align-items: center;
    }

    #con_lst_1 li a {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    .news .right_top .content ul li:before {
        margin: 0 10px 16px 5px;
        line-height: normal;
    }

    .right_wlwz1,
    .right_wlwz2,
    .right_wlwz3 {
        width: 96%;
    }
}